home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
VFD17.ZIP
/
DEMO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-03-16
|
172 b
|
8 lines
@echo off
rem Play all RLE AVIs in a continuous loop with fade transitions & silver scrn.
:start
geewiz * -l1 -d -f3 -g -i
if errorlevel 1 goto end
goto start
:end